type golang.org/x/net/http2.handlerPanicRST

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L1311: 			case StreamError, handlerPanicRST, writeWindowUpdate:
		server.go#L1404: 		case handlerPanicRST:
		server.go#L2419: 				write:  handlerPanicRST{rw.rws.stream.id},
		write.go#L119: type handlerPanicRST struct {
		write.go#L123: func (hp handlerPanicRST) writeFrame(ctx writeContext) error {
		write.go#L127: func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max }